home *** CD-ROM | disk | FTP | other *** search
/ Let's Discover Louisiana / Let's Discover Louisiana.iso / pc / FILES / TIME.dxr / 00002_check FIRST.ls < prev    next >
Encoding:
Text File  |  2002-12-03  |  85 b   |  10 lines

  1. global firstDown
  2.  
  3. on mouseUp me
  4.   firstDown = 1
  5. end
  6.  
  7. on mouseEnter me
  8.   put "IN"
  9. end
  10.